home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 260 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.6 KB

  1. Path: news.zeitgeist.net!usenet
  2. From: mwm@contessa.phone.net (Mike Meyer)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Hard links to directories (and now lfs)
  5. Date: Fri, 26 Jan 1996 12:29:09 PST
  6. Organization: Missionaria Phonibalonica
  7. Distribution: world
  8. Message-ID: <19960126.75F74D0.B15D@contessa.phone.net>
  9. References: <19960121.756ADC0.10622@contessa.phone.net> <DLo8x2.L9w@metapro.DIALix.oz.au>
  10. NNTP-Posting-Host: contessa.phone.net
  11. X-NewsReader: Amiga Yarn 3.9, 1995/05/09 10:42:03
  12.  
  13. In <DLo8x2.L9w@metapro.DIALix.oz.au>, bernie@metapro.DIALix.oz.au (Bernd Felsche) wrote:
  14. > >1) Is there another solution to the problem at hand which doesn't have
  15. > >    this problem?
  16. > Perhaps "mount" on a loopback?
  17.  
  18. Except that mount_lofs seems to not be on my system. However,
  19. mount_null does the job quite nicely. Except there are as many null
  20. entries in fstab as there are real file systems.
  21. > >2) Are there any plans to allow fsck to not treat this as an
  22. > >    unexpected inconsistency?
  23. > drm thought it a bad idea 20 years ago because of the difficulty
  24. > in resolving circular references - and fsck really barfs when this
  25. > sort of thing happens! :-(
  26.  
  27. Are you sure it wasn't more years ago than that? In any case, that's
  28. why creating links to directories has been "root-only" or
  29. "unavailable" in various unix flavors as time goes by. The kernel
  30. needs to be tweaked to disallow hard links to directories, as opposed
  31. to just the "ln" command.
  32.  
  33. Symlinks (the gotos of file systems) NEVER cause those kinds of
  34. problems.
  35.  
  36. Next question: any online documentation on lfs? Looks interesting from
  37. waht I can see here.
  38.  
  39.     <mike
  40.